ComponentOne ASP.NET MVC Controls
ComboBoxBaseBuilder<T,TControl,TBuilder> Class
Members 

C1.Web.Mvc.Fluent Namespace : ComboBoxBaseBuilder<T,TControl,TBuilder> Class
Defines a builder to configurate C1.Web.Mvc.ComboBoxBase<T>.
Syntax
'Declaration
 
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public MustInherit Class ComboBoxBaseBuilder
    (Of T,TControl As ComboBoxBase(Of T),
     TBuilder As ComboBoxBaseBuilder(Of T,TControl,TBuilder)) 
   Inherits DropDownBuilder(Of T,TControl,TBuilder)
[EditorBrowsable(EditorBrowsableState.Never)]
public abstract class ComboBoxBaseBuilder<T,TControl,TBuilder> : DropDownBuilder<T,TControl,TBuilder> 
where TControl: ComboBoxBase<T>
where TBuilder: ComboBoxBaseBuilder<T,TControl,TBuilder>
Type Parameters
T
TControl
TBuilder
Inheritance Hierarchy

System.Object
      C1.Web.Mvc.Fluent.BaseBuilder<TObject,TBuilder>
         C1.Web.Mvc.Fluent.ComponentBuilder<TControl,TBuilder>
            C1.Web.Mvc.Fluent.ControlBuilder<TControl,TBuilder>
               C1.Web.Mvc.Fluent.ItemsBoundControlBuilder<T,TControl,TBuilder>
                  C1.Web.Mvc.Fluent.DropDownBuilder<T,TControl,TBuilder>
                     C1.Web.Mvc.Fluent.ComboBoxBaseBuilder<T,TControl,TBuilder>
                        C1.Web.Mvc.Fluent.ComboBoxBuilder<T>
                        C1.Web.Mvc.Fluent.InputTimeBuilder<T>
                        C1.Web.Mvc.Fluent.MenuBaseBuilder<T,TControl,TBuilder>
                        C1.Web.Mvc.Fluent.MultiSelectBuilder<T>

See Also

Reference

ComboBoxBaseBuilder<T,TControl,TBuilder> Members
C1.Web.Mvc.Fluent Namespace